Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


isObjQuoted

This function checks the object number in the query string to determine whether or not it is wrapped in quotes. This is important when an application runs in European numerical format, because the object number must be treated differently when it is enclosed in quotes.

When using European numerical format, an object number enclosed in quotes must retain the comma inside the quotes in order to convert properly. If it is not enclosed in quotes, then the comma must be replaced with a decimal point to ensure that the query resolves properly.

This function is called by the fixQueryString procedure to determine whether or not the object number is quoted. If necessary, that procedure replaces the object number’s decimal separator.

Location: af\app\afsesmngrp.i

Parameters:

INPUT pcQueryString AS CHARACTER

The query being examined.

INPUT piPosition AS INTEGER Returns: LOGICAL

Notes: None

Examples: See the fixQueryString procedure in af\app\afsesmngrp.i.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095